home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / wildfire.zip / TIPS.DOC < prev    next >
Text File  |  1988-10-29  |  4KB  |  87 lines

  1. Hello WildFire Users!
  2.  
  3.  ** RELEASE NOTES **
  4.   Here are some tricks I've learned that will help you implement doors on
  5.   your system.
  6.   
  7.   1. RBBS-PC doors that use DOORINFO1.DEF will NOT look down any path to find
  8.      the .DEF file.  In your script you must first copy the DOORINFO1.DEF
  9.      file from your SF directory to the directory where the RBBS door is at
  10.      before changing over there and running the door.
  11.      
  12.   2. PCBoard doors can presently appear in three different flavors.
  13.      Doors for PCBoard V 14.x are NOT supported at this time.
  14.      Doors for PCBoard V 11.x will run just fine unmodified in any way.
  15.      Doors for PCBoard V 12.x REQUIRE the presence of a file called
  16.        PCBOARD.DAT in your SF directory. This file is NOT built by WF
  17.        because it is a static file and is only created once and then left
  18.        alone.  It holds the comport number the system is running on and
  19.        12.x doors open it to find the port.  If you don't have a PCBOARD.DAT
  20.        un-pack the one that came with the Wildfire package, follow the short
  21.        doc file and configure it for your system. Then place it in your SF
  22.        directory and forget about it.
  23.        
  24.    3. Wildcat doors come in two different flavors now.  Doors for Wildcat
  25.       version 1.10 and 1.11 can be marked in the ATTRIBUTE screen of the
  26.       editor as 'W' type doors.  Some newer Wildcat doors are specific to
  27.       Wildcat Version 1.12.  To run these, mark them as a '2' type door
  28.       with the editor.  In all cases, unless the door documentation TELLS
  29.       you it REQUIRES the 1.12 format, mark it as a W type door, if it won't
  30.       run that way, THEN mark it as a 2 type door and try again.
  31.       
  32.    4. The conversion process that WF goes through to build the conversion
  33.       files for the different types of doors are this:
  34.       
  35.       Doors marked as a 'P' type door get a file created called PCBOARD.SYS.
  36.       this file is created in your SF directory and the door .CFG must look
  37.       for it there. REMEMBER, some P type doors will REQUIRE the presence
  38.       of that PCBOARD.DAT file in your SF directory or they will error
  39.       out on you when you try to run them.
  40.      
  41.       Doors marked as a 'W' or '2' type door get a file created called
  42.       CALLINFO.BBS. This file is placed in your SF directory and the door
  43.       .CFG must look for it there.
  44.       
  45.       Doors marked as an 'R' type door get a file created called DOORINFO1.DEF
  46.       This file is placed in your SF directory and MUST be copied by your
  47.       script into the directory where the door is at BEFORE you try to 
  48.       execute the door.  If you happen to be running on COM2 instead of COM1
  49.       then you must also rename the file from DOORINFO1.DEF to DOORINFO2.DEF.
  50.       This of course can be accomplished during the copy operation from the
  51.       SF directory to the target door directory.
  52.       
  53.       Doors marked as a 'G' type door get a file created called DOOR.SYS.
  54.       This file is placed in your SF directory and the door must look for
  55.       it there.
  56.  
  57.     5. In any door that has a MULTI BOARD interface and you get to choose
  58.        which interface you'd like to run, the order of preference is this:
  59.        
  60.        Wildcat = First Choice
  61.        PCBoard = Second Choice
  62.        RBBS    = Third Choice.
  63.        
  64.        Experience has taught me that the Wildcat interface is the most
  65.        reliable and easy to use, take it whenever you can.  
  66.        
  67.        The PCBoard interface is by far more reliable and easy to deal with
  68.        than the RBBS interface. USE PCB when your only choices are PCB or
  69.        RBBS.
  70.        
  71.        RBBS, use it only if there is no other choice.
  72.        
  73.        GAP, only 3 or 4 doors presently available and the G type converter
  74.        will handle them just fine.
  75.        
  76.   
  77.   Steve
  78.  
  79. ONE LAST NOTE!!!!!
  80.  
  81.  In your CONFIGURATION FOR SPITFIRE.  Set the maximum daily time limit
  82.  to the highest that will EVER be permitted on your system. THEN set the
  83.  maximum LOG ON time to the SAME number if you want doors to operate
  84.  correctly!  Reason is that WF CANNOT tell which session a user is in and
  85.  will assign them the door times based on how much log on time they have
  86.  left THIS session.
  87.